'Declaration<DispIdAttribute(528)> Function PdfCreateFromMultipageTIFF_2( _ ByVal ImageID As Integer, _ ByVal PdfFileDest As String, _ ByVal PDFA As Boolean, _ ByVal Title As String, _ ByVal Author As String, _ ByVal Subject As String, _ ByVal Keywords As String, _ ByVal Creator As String, _ ByVal BitonalCompressionScheme As PdfCompression, _ ByVal ColorCompressionScheme As PdfCompression _ ) As GdPictureStatus
[DispId(528)] GdPictureStatus PdfCreateFromMultipageTIFF_2( int ImageID, string PdfFileDest, bool PDFA, string Title, string Author, string Subject, string Keywords, string Creator, PdfCompression BitonalCompressionScheme, PdfCompression ColorCompressionScheme )
function PdfCreateFromMultipageTIFF_2(
ImageID: Integer;
PdfFileDest: String;
PDFA: Boolean;
Title: String;
Author: String;
Subject: String;
Keywords: String;
Creator: String;
BitonalCompressionScheme: PdfCompression;
ColorCompressionScheme: PdfCompression
): GdPictureStatus;
DispIdAttribute(528) function PdfCreateFromMultipageTIFF_2( ImageID : int, PdfFileDest : String, PDFA : boolean, Title : String, Author : String, Subject : String, Keywords : String, Creator : String, BitonalCompressionScheme : PdfCompression, ColorCompressionScheme : PdfCompression ) : GdPictureStatus;
[DispId(528)] GdPictureStatus PdfCreateFromMultipageTIFF_2( int ImageID, string* PdfFileDest, bool PDFA, string* Title, string* Author, string* Subject, string* Keywords, string* Creator, PdfCompression BitonalCompressionScheme, PdfCompression ColorCompressionScheme )
[DispId(528)] GdPictureStatus PdfCreateFromMultipageTIFF_2( int ImageID, String^ PdfFileDest, bool PDFA, String^ Title, String^ Author, String^ Subject, String^ Keywords, String^ Creator, PdfCompression BitonalCompressionScheme, PdfCompression ColorCompressionScheme )
Parameters
- ImageID
- PdfFileDest
- PDFA
- Title
- Author
- Subject
- Keywords
- Creator
- BitonalCompressionScheme
- ColorCompressionScheme
